Commit 177ad44b authored by Moreland, Ken's avatar Moreland, Ken
Browse files

Rename LammpsVtkSerial

It is no longer "final" because I will be making edits.
parent e3a368f8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,6 +14,5 @@ include_directories(${LAMMPS_DIR}/include ${LAMMPS_DIR}/include/STUBS)
#link_directories(${LAMMPS_DIR}/src ${LAMMPS_DIR}/src/STUBS)
link_directories(${LAMMPS_DIR}/lib)

#add_executable(lammps_vtk LammpsVtkSerial_06-14-2016.cpp)
add_executable(lammps_vtk LammpsVtkSerial_final.cpp)
add_executable(lammps_vtk LammpsVtkSerial.cpp)
target_link_libraries(lammps_vtk lammps_serial mpi_stubs ${VTK_LIBRARIES})