Formatting
This commit is contained in:
@@ -1,29 +1,15 @@
|
||||
# Create a library target for motions
|
||||
add_library(
|
||||
RWMotion OBJECT
|
||||
conewobble.cpp
|
||||
conewobble.h
|
||||
conemotion.cpp
|
||||
conemotion.h
|
||||
diffusivemotion.cpp
|
||||
diffusivemotion.h
|
||||
coordinates.cpp
|
||||
coordinates.h
|
||||
base.cpp
|
||||
base.h
|
||||
random.cpp
|
||||
random.h
|
||||
isosmallangle.cpp
|
||||
isosmallangle.h
|
||||
foursitejump.cpp
|
||||
foursitejump.h
|
||||
rjoac.cpp
|
||||
rjoac.h
|
||||
bimodalangle.cpp
|
||||
bimodalangle.h
|
||||
sixsitejump.cpp
|
||||
sixsitejump.h
|
||||
nsiteconejump.cpp
|
||||
nsiteconejump.h
|
||||
add_library(RWMotion OBJECT
|
||||
base.cpp base.h
|
||||
bimodalangle.cpp bimodalangle.h
|
||||
conewobble.cpp conewobble.h
|
||||
conemotion.cpp conemotion.h
|
||||
coordinates.cpp coordinates.h
|
||||
diffusivemotion.cpp diffusivemotion.h
|
||||
foursitejump.cpp foursitejump.h
|
||||
isosmallangle.cpp isosmallangle.h
|
||||
nsiteconejump.cpp nsiteconejump.h
|
||||
random.cpp random.h
|
||||
rjoac.cpp rjoac.h
|
||||
sixsitejump.cpp sixsitejump.h
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user